Api.SetFeatureStatus method
Sets the subsystem's feature.
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsError SetFeatureStatus(
KsFeature Feature,
double Value
)
Public Function SetFeatureStatus(
Feature As KsFeature,
Value As Double
) As KsError
Parameters
Feature
Type: KsFeature
Specifies which feature to check if enabled or disabled.
Value
Type: double
The value to write.
Return value
Type: KsError
A KsError code returned from the function.
Usable EtherCAT states
ecatOffline
Examples
N/A
See also